home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 3694 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.0 KB  |  56 lines

  1. Newsgroups: comp.sys.amiga.networking
  2. Path: shell1.eznet.net!not-for-mail
  3. From: wingell@eznet.net (Joshua Wingell)
  4. Subject: I have MultiDial and MultiProviders for AmiTCP4.3
  5. Message-ID: <4kev9p$f6v@shell1.eznet.net>
  6. Date: 9 Apr 1996 20:27:37 -0400
  7. Organization: E-Znet, Incorporated, Rochester, New York (716) 262-2485
  8.  
  9. Hello,
  10.  
  11. I have programmed a MultiDial.ssrx script that allows you to dial
  12. multiple phone numbers by passing the phone numbers to it like
  13. this:
  14.  
  15. CALL MultiDial "123-2345|167-3456|345-6796"
  16.  
  17. This will dial the 3 phone numbers in order.  If they are all busy, it will
  18. dial them over again, listing the phone number it is dialing and the 
  19. retry number that it is on in the titlebar of the dialing console.
  20.  
  21. The script also will work using the normal Phone parameter in the 
  22. Provider.conf file.  However, this parameter is restricted to a small 
  23. number of characters, so passing the phone numbers in via the CALL 
  24. routine is better.
  25.  
  26. Also, I have modified startnet so that you can use multiple providers by
  27. calling it thusly:
  28.  
  29. startnet PROVIDER EzNet
  30.  
  31. Which would use the EzNetProvider.conf file in your AmiTCP:db directory.
  32. By default the script will use Provider.conf as the provider file
  33.  
  34. If you use more than one provider, this modification is a MUST!
  35.  
  36. Otherwise, both of these commands act the exact same way as their 
  37. standard counterparts.
  38.  
  39. Is it OK to release these scripts to Aminet since they are just modified
  40. NSDi scripts?  If it is, then I will post them with the instructions on
  41. how to set them up, and some sample provider.conf files.
  42.  
  43. Email me back, as I rarely read news.
  44.  
  45. Or contact me on the Undernet IRC network.  I am known as Shape in #amigacafe.
  46.  
  47. Thanks,
  48. Josh Wingell
  49.  
  50. Amiga///    Joshua B. Wingell    \ A2000/030/882/33MHz/11MB *AmigaOS v3.1*
  51. 2000///      jbw0577@rit.edu      \ A2091 & 340MB & 540MB & NEC3Xi CD-ROM
  52. \\\///  aka: Shape on #AmigaCafe   \ GVP ioExtender/SupraFAX Modem V.32bis
  53.  \XX/ My other computer is an Amiga \ CSA Derringer 030/882 & Piccolo SD64
  54.  
  55.  
  56.